lcBlockClear Home

Clears a block, i.e. physically deletes all graphic objects from the block.

 BOOL lcBlockClear (
   HANDLE hBlock,
   HANDLE hLayer
 );

Parameters
hBlock
  Handle to a block.
hLayer
  Handle to a layer. If not NULL, then this function will delete entities only from the specified layer.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockPurge,   lcBlockDeleteEnt,   lcLayerClear